var runtime.mallocNoScanTable

2 uses

	runtime (current package)
		malloc.go#L1081: 			return mallocNoScanTable[size](size, typ, needzero)
		malloc_tables_generated.go#L524: var mallocNoScanTable = [513]func(size uintptr, typ *_type, needzero bool) unsafe.Pointer{